#range types

[ follow ]
Marcin Wanago Blog - JavaScript, both frontend and backend
6 months ago
JavaScript

API with NestJS #136. Raw SQL queries with Prisma and PostgreSQL range types

Prisma currently does not support range types in PostgreSQL, but PostgreSQL has built-in range types that can be used.
To use a range type in Prisma, you need to define the type in the schema and create a migration manually. [ more ]
[ Load more ]